Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work-around for gcc7 compile error on Centos7 #7652

Merged

Conversation

davidwendt
Copy link
Contributor

@davidwendt davidwendt commented Mar 19, 2021

Closes #7650

I was able to reproduce this with nvidia/cuda:10.2-devel-centos7 docker image using gcc 7.5.0
After doing some googling and trial and error, I found just moving the offending line up one line outside the lambda in the source file gets past the error.

@davidwendt davidwendt added 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 19, 2021
@davidwendt davidwendt self-assigned this Mar 19, 2021
@davidwendt davidwendt requested a review from a team as a code owner March 19, 2021 15:26
@davidwendt
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 7086732 into rapidsai:branch-0.19 Mar 19, 2021
@davidwendt davidwendt deleted the centos-compile-bug-workaround branch March 19, 2021 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]Buid fails about strings_column_factories.cuh to warp.cu
4 participants